home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / AmiCAD_2.03.readme < prev    next >
Text File  |  1999-11-05  |  25KB  |  497 lines

  1. Short:        Schematics vectorial electronics program
  2. Author:       Roland.Florac@wanadoo.fr (Roland Florac)
  3. Uploader:     Roland.Florac@wanadoo.fr (Roland Florac)
  4. Version:      2.03
  5. Type:         gfx/edit
  6. Requires:     0S 3.0+, 68020+, gtlayout.library
  7. Distribution: Aminet
  8.  
  9.  
  10. Changes: see in line 80...
  11.  
  12. This program lets you design electronics drawings (and more).
  13. The docs are in french language but the executable is in english,
  14. the english guide is joined but not yet finished.
  15.  
  16. The catalogs are not updated, but the old ones are still working,
  17. some new strings are not translated (see to the end of the .cd file).
  18. If someone is interested to do the traduction of the guide file in
  19. english (even for parts of it), please let me know.
  20.  
  21. THIS SOFTWARE IS GIFTWARE/EMAILWARE, NOT IN THE PUBLIC DOMAIN !
  22.  
  23. IT'S STRICTLY FORBIDDEN TO INCLUDE THIS ARCHIVE IN ANY KIND OF SOFTWARE
  24. COLLECTION EXCEPT AMINET FILESERVER, AMINET CD'S OR BY A EXPLICIT
  25. PERMISSION FROM ME !
  26.  
  27. THIS SOFTWARE IS PROVIDED "AS IS". NO REPRESENTATIONS OR WARRANTIES ARE
  28. MADE WITH RESPECT TO THE ACCURACY, RELIABILITY, PERFORMANCE, CURRENTNESS,
  29. OR OPERATION OF THIS SOFTWARE, AND ALL USE IS AT YOUR OWN RISK !
  30.  
  31. LIn this new version, the program handles a toolbar. This toolbar is defined
  32. with an IFF file, the commands associated are defined in the .info file, in
  33. the tooltypes. With some little job you can define your own toolbar to suit
  34. your needs (you have to load and edit the IFF file, then edit the tooltypes).
  35. Note: you can edit the tooltypes with AmiCAD: for that select the toolbar,
  36. clicking on the drag bar, then click with the right mouse button on the icon
  37. you want to edit), but you have to define the tooltypes COLUMNS and LINES
  38. first to know how many icons are present in the bar. See the examples in
  39. the ToolBars drawer for information. Many of these toolbars can only be
  40. used in a big screen (800x600 or more).
  41. Send me your toolbars for the next release, I'll join them in the archive.
  42.  
  43. Problem: I have tried to write a new routine for printing bands (not all
  44. the screen in one pass), but it was not working (I got allways a line feed
  45. after each band). I set the SPECIAL_NOFORMFEED flag but something was
  46. surely wrong... Can someone help me ? Perhaps it's a problem with the
  47. printer driver (I use HP_Deskjet) ?
  48.  
  49. Features:
  50. ---------
  51. - Installer scripts (french and english),
  52. - Object oriented,
  53. - use the mouse whenever possible to draw and edit objects (double click),
  54. - multiple windows at the same time, allowing copy or cut from
  55. one sheet to another,
  56. - possibility to convert AmiCAD sheets to vector GFX formats, using
  57. the amigametaformat.library (Henk Jonas),
  58. - good printing (while not very user friendly, a ratio must be
  59. adjusted to your printer and to the size of the document),
  60. - AmigaGuide help,
  61. - ARexx port, with about 150 functions,
  62. - possibility to create Spice netlists (using ARexx scripts)...
  63.  
  64. Note: some users asked me to write a library editor, don't expect me
  65. to do it now, I don't need it and I had no such returns for this proggy
  66. to write it.
  67.  
  68. Requirements:
  69. -------------
  70. Hardware
  71. - MC68020 or higher
  72. - AGA chipset or GFX card recommended for high screen resolutions.
  73.  
  74. Software
  75. - AmigaOS v39 (system 3.0) or higher
  76. - gtlayout.library. This library is not supplied in the package.
  77.  
  78. Changes:
  79. --------
  80. Version 2.3
  81. - New requesters to edit objects.
  82. - new MapKey script, MAP function bug corrected.
  83. - slight installer script modification (makedir)
  84.  
  85. Version 2.2
  86. - the bgui.library is not used now, the gtlayout.library is used
  87. in place (faster and shorter).
  88.  
  89. Version 2.1
  90. - a toolbar (optional, can be edited with a Paint program),
  91. - some bugs removed, many little code optimizations.
  92.  
  93. Version 2.0
  94. - new zoom function (from 25% to 1000%),
  95. - scaling is now given in percentage (100 gives scale 1),
  96. - some memory errors and macros menus solved,
  97. - some new ARexx functions (CURSMODE, SETORTHO, SNAPGRID, GETLINE, GETZONE, ZOOM)
  98. and changes (ASK converted to ASKTEXT and ASKNUM, REQFILE, SETSCALE...)
  99. - middle mouse support (selection of a sheet)...
  100.  
  101. Version 1.5
  102. - AmiCAD2META bug corrected (did'nt work with new libraries, thanks to
  103. Henk Jonas for reporting the bug),
  104. - new requester for interrupting printing if needed, new error messages,
  105. - better saving speed (I hope),
  106. - saving the Preferences/Full name in AmiCAD.prefs,
  107. - new user menu (not yet finished, but works),
  108. - new square junctions (alternate symbol),
  109. - problem with bgui requester hopefully solved under PAL screens,
  110. - some little bugs and CyberGuard hits removed (like in PENWIDTH function)...
  111.  
  112. Version 1.4
  113. - french installation bug removed.
  114. - new functions: GETDEVS, GROUP, UNGROUP, FINDOBJ, FINDLINE, PINCOL,
  115. PINLINE, PINNUM and DEVPINS.
  116. - ARexx scripts for creating Spice netlists.
  117. - Lock bug fixed (thanks to Grzegorz Kraszewski) while loading files.
  118.  
  119. Version 1.3
  120. - english guide (not yet finished).
  121. - The undo bug is fixed (I hope...) Some bugs with boxes (printing
  122. and import from clip file) are fixed.
  123. - Boxes and components can now be drawn in dashed lines.
  124. - new function BOX.
  125. - new tooltype GRIDSIZE (from an idea of Graham Maddox).
  126. - some functions enhancements: WRITE, INPUT, OUTPUT...
  127. - some new (AddRefs...) or enhanced ARexx scripts.
  128. - New slovenian catalog from Daniel Krstic (no source available).
  129. - some changes in the libraries including AOP (power lines drawn
  130. only for the first device of a part). See the sheet file "Symboles
  131. analogiques" to see the different models of circuits available.
  132.  
  133. Version 1.2
  134. - The screen has now 16 colors, different colors are used for the
  135.   components, wires, etc... Just adjust the palette to your needs
  136.   or load the file AmiCAD.palette if you want to keep your old
  137.   config file.
  138. - Some bugs corrected: DATE, DEF, SETDEV, SETGRID, REMLIB...
  139. - New functions SAVEALL and GETCOLOR
  140. - Better Symmetry handling, rotations, symmetry, scaling can now be
  141.   performed on clips.
  142. - New box object.
  143. - New Preferences menu (Full name in the title bar).
  144. - The format of the title bar has changed (suggest from Sébastien
  145.   VEYRIN-FORRER).
  146. - Better and new ARexx scripts.
  147. - Italian catalog (thanks to Massimo Basso), new spanish catalog
  148.   from Benjamin Morente (source not available).
  149. - Possibility to localize the library files (italian and english
  150.   versions available for Symboles_AmiCAD and Symboles_électriques).
  151.  
  152. Version 1.1
  153. - ConfigFile.library is no more needed. The configuration file is now
  154.   called AmiCAD.prefs (not compatible with the older files, but can be
  155.   adapted with a text editor),
  156. - better install script,
  157. - Deutsch catalog (thanks to Henk Jonas),
  158. - Czech catalog (thanks to Vit Sindlar),
  159. - Spanish catalog (thanks to Benjamin Morente),
  160. - Workbench screen is now cloned (except number of colors) if no prefs
  161.   are valid,
  162. - some little bugs are corrected (SYMMETRY, LOADCLIP...),
  163. - New tooltypes SHEET_WIDTH and SHEET_HEIGHT,
  164. - new ARexx functions SETPINS and COORDS,
  165. - Some code optimisations (program has new features but is shorter),
  166. - Possibility to set lines to any width for all objects,
  167. - better cursor arrow keys handling,
  168. - groups handling modified (surely better),
  169. - AGA screens colors bug hopefully corrected,
  170. - new requesters in separate windows...
  171.  
  172. Installation
  173. ------------
  174. Use the "install english" installer script (or the "installation
  175. français" script if you are a french language user). You'll also
  176. need Installer from AT to do the job.
  177. You can also use the program only after you unarchive it, just
  178. copy the AmiCAD directory anywhere you want...
  179.  
  180. Usage
  181. -----
  182. Click on the AmiCAD icon to start the program. The first time, as the
  183. preferences are not set correctly, a screen at the dimensions of the
  184. Workbench screen will be opened. You can then change the screen mode
  185. with the Preferences menu. Choose a font for the screen with the font
  186. requester, choose your palette, then save the configuration before
  187. leaving the program to keep your choices.
  188. Use the Draw menu to get objects on the window. Double click on the
  189. objects if you want to modify one of them. You can also use the mouse
  190. with the left button pushed to select multiple parts (in combination
  191. with the shift key to extend a selection, and the ctrl key to
  192. deselect some objects). You can also move objects with the mouse,
  193. dragging them with the left button. To modify a line, click on one
  194. of the extremity and drag it with the mouse (or use the cursor keys
  195. in combination with the shift (optionnal) and alt or ctrl keys for
  196. adjusting each extremity). The other functions should be self
  197. explanatory, I hope. Use the Draw and Edition menus.
  198. You'll also have to set the icon tooltypes to your needs.
  199.  
  200. Note to CyberVision users
  201. -------------------------
  202. The program works pretty well under CyberGraphX but there are some
  203. visual problems under this system: when you draw some components
  204. with filled areas, like triangles or boxes, the complement mode
  205. doesn't work at all, so there are many traces on the screen. This
  206. bug has been reported to Phase 5 but there is no correction for the
  207. moment... Use the Z key to redraw the screen and all will be corrected.
  208. This problem doesn't appear under Amiga native modes and with the
  209. Picasso system (it seems it's CyberVision specific).
  210.  
  211. Credits
  212. -------
  213. The deutsch catalog was written by Henk Jonas:
  214.     subvcbhd@calvados.zrz.TU-Berlin.DE
  215. The czech catalog was written by Vit Sindlar:
  216.     SINDLAR@jackal.cis.vutbr.cz
  217. The spanish catalog was written by Benjamin Morente:
  218.     ackman@mx3.redestb.es
  219. The italian catalogs were written by Massimo Basso:
  220.     cralex@amiga.dei.unipd.it
  221. The slovenian catalogs were written by Daniel Krstic:
  222.     danny.k@www.comtron.si
  223.  
  224.     Some clips and sheet were also provided by Benjamin
  225.     Morente: PIC16C54_DIP, PIC16C54_SSOP, PIC16C56_DIP,
  226.     PIC16C56_SSOP and the RF_Amp sheet.
  227.  
  228.     Some sheets were supplied by Sébastien VEYRIN-FORRER (Renard...)
  229.     forr@club-internet.fr
  230.  
  231.     Some projects were supplied by Graham Maddox (6w_Stereo_Amp
  232.     and Transistor_Tester, MS100-PA, 100W_Linear_Amp...):
  233.     gmaddox@netcentral.co.uk
  234.  
  235. Thanks to them all, but specially for Graham Maddox and Sébastien
  236. Veyrin-Forrer for their support.
  237.  
  238. Thanks to:
  239. ----------
  240.     Krashan/BlaBla (krashan@amiga.org.pl) for their VRastport routines: they
  241.     gave me some help to write the zoom routines.
  242.     Giovanni Bianchessi (bgio@infoplus.it) for his generous gift (the ONLY one).
  243.  
  244.  
  245. ============================= Archive contents =============================
  246.  
  247. Original  Packed Ratio    Date     Time    Name
  248. -------- ------- ----- --------- --------  -------------
  249.     1197     555 53.6% 13-Jun-99 06:36:34  AmiCAD_2.03.info
  250.   168892   92289 45.3% 29-Sep-99 17:26:00 +AmiCAD
  251.     2401    1063 55.7% 13-Jun-99 06:36:34 +AmiCAD.info
  252.     1322     582 55.9% 15-Apr-99 07:23:02 +AmiCAD.keys
  253.      547     192 64.8% 23-Apr-98 23:00:16 +AmiCAD.palette
  254.     2439    1133 53.5% 13-Jun-99 06:42:48 +AmiCAD.prefs
  255.    10287    4746 53.8% 29-Sep-99 17:14:30 +AmiCAD.readme
  256.     1871    1431 23.5% 13-Jun-99 06:36:34 +AmiCAD.readme.info
  257.    12412    3158 74.5% 05-Apr-99 09:09:22 +AmiCAD.toolbar
  258.     2228    1006 54.8% 13-Jun-99 06:36:34 +AmiCAD.toolbar.info
  259.    32256   18127 43.8% 17-Jun-99 21:27:26 +AmiCAD2META
  260.     1834     745 59.3% 24-Jan-99 21:12:18 +Aligner.AmiCAD
  261.      942     537 42.9% 13-Apr-99 10:03:02 +BoîteArrondie.AmiCAD
  262.     2217    1061 52.1% 25-May-99 22:45:32 +CadrerTexte.AmiCAD
  263.      653     414 36.6% 07-Feb-99 20:58:32 +Calc.AmiCAD
  264.      928     461 50.3% 06-Feb-99 10:08:24 +Caractère.AmiCAD
  265.     4098    1528 62.7% 07-Feb-99 20:58:52 +Cartouche.amiCAD
  266.     1272     611 51.9% 16-Sep-98 16:55:24 +Centrer.AmiCAD
  267.     3543    1422 59.8% 24-Jan-99 21:54:08 +ChargeRC.AmiCAD
  268.     1605     671 58.1% 03-Jun-99 10:41:54 +ChercherTexte.AmiCAD
  269.      926     483 47.8% 16-Apr-99 12:35:16 +ChoixFormat.AmiCAD
  270.     3618    1446 60.0% 21-Feb-99 15:03:20 +Conv2META.AmiCAD
  271.      726     427 41.1% 25-May-99 22:41:08 +Dater.AmiCAD
  272.     1632     824 49.5% 21-Feb-99 14:43:06 +EditScript.AmiCAD
  273.     1593     561 64.7% 06-Apr-99 09:45:00 +EditString.AmiCAD
  274.     4528    1452 67.9% 23-May-99 08:19:48 +grille.AmiCAD
  275.     9095    1996 78.0% 08-Mar-99 18:42:02 +ImportClip1.0.AmiCAD
  276.    10750    2670 75.1% 23-May-99 08:35:52 +ImportFile1.0
  277.     2016     968 51.9% 21-Feb-99 15:13:36 +ImportTexte.AmiCAD
  278.      809     469 42.0% 03-Jun-99 10:18:30 +InitObjets.AmiCAD
  279.     2823    1058 62.5% 07-Feb-99 21:00:36 +Karnaugh.AmiCAD
  280.     1609     737 54.1% 27-Feb-99 18:24:00 +Majuscules.amiCAD
  281.     1108     581 47.5% 25-Sep-99 06:47:28 +MapKey.AmiCAD
  282.     1941     948 51.1% 13-Apr-99 09:59:42 +NewScript.AmiCAD
  283.     3272    1308 60.0% 25-Feb-99 08:47:50 +Recopier.AmiCAD
  284.     5380    1943 63.8% 16-Mar-99 09:56:50 +Référencer.AmiCAD
  285.     2108     947 55.0% 23-May-99 09:05:14 +SauverAuto.AmiCAD
  286.    11731    3866 67.0% 06-Jun-99 08:22:00 +SaveNets.AmiCAD
  287.      993     568 42.7% 21-Feb-99 15:18:36 +SavePalette.AmiCAD
  288.      914     533 41.6% 16-Mar-99 09:40:58 +SearchLib.AmiCAD
  289.     4402    1572 64.2% 06-Feb-99 18:45:32 +SelectNet.AmiCAD
  290.     2361    1001 57.6% 07-Feb-99 21:11:02 +SelectParts.AmiCAD
  291.     1340     718 46.4% 08-May-99 13:44:34 +Simulation.AmiCAD
  292.      828     468 43.4% 17-Sep-98 22:15:34 +Souligner.AmiCAD
  293.      546     302 44.6% 09-Jan-99 21:07:56 +squelette.AmiCAD
  294.      277     182 34.2% 13-Apr-99 09:47:26 +Startup.AmiCAD
  295.     2932    1160 60.4% 07-Feb-99 21:11:46 +TableVérité.AmiCAD
  296.     8400    2475 70.5% 27-Feb-99 18:17:22 +TestNets.AmiCAD
  297.     4442    1149 74.1% 22-Sep-99 15:48:56 +TirerTraits.AmiCAD
  298.     1357     645 52.4% 11-Aug-98 17:41:54 +Tourner.AmiCAD
  299.     5020    1947 61.2% 27-May-99 09:25:10 +TracerSpice.AmiCAD
  300.     4550    1492 67.2% 27-May-99 08:35:04 +TypeAnalyse.AmiCAD
  301.      666     411 38.2% 03-Mar-98 09:35:46 +UnZoom.AmiCAD
  302.      616     360 41.5% 22-Feb-99 19:02:24 +VisuNetlist.AmiCAD
  303.     5448    1254 76.9% 27-May-99 10:15:04 +Zoom.AmiCAD
  304.     6458    1852 71.3% 23-May-99 08:58:14 +AddRefs.AmiCAD
  305.     1371     541 60.5% 23-May-99 07:39:36 +Align.AmiCAD
  306.     4415    1444 67.2% 23-May-99 09:44:08 +Analyse.AmiCAD
  307.     1350     643 52.3% 23-May-99 09:02:52 +AutoSave.AmiCAD
  308.      639     407 36.3% 23-May-99 07:49:34 +Calc.AmiCAD
  309.     2905    1099 62.1% 23-May-99 07:58:24 +Cartouche.amiCAD
  310.     1268     604 52.3% 19-Oct-98 21:05:40 +Center.AmiCAD
  311.     3406    1325 61.0% 23-May-99 08:06:30 +Conv2META.AmiCAD
  312.      460     283 38.4% 23-May-99 08:07:40 +date.AmiCAD
  313.      528     333 36.9% 23-May-99 09:46:20 +DisplayNetlist.AmiCAD
  314.     4310    1148 73.3% 23-May-99 09:44:56 +DragLines.AmiCAD
  315.     3130    1263 59.6% 23-May-99 08:51:52 +Duplicate.AmiCAD
  316.     1645     785 52.2% 23-May-99 08:10:44 +EditScript.AmiCAD
  317.     1568     550 64.9% 23-May-99 08:13:30 +EditString.AmiCAD
  318.     3866    1190 69.2% 23-May-99 08:20:32 +grid.AmiCAD
  319.     8915    1960 78.0% 23-May-99 08:27:58 +ImportClip1.0.AmiCAD
  320.    10155    2449 75.8% 23-May-99 08:36:00 +ImportFile1.0.AmiCAD
  321.     1729     806 53.3% 23-May-99 08:41:16 +ImportText.AmiCAD
  322.     2232     836 62.5% 09-Aug-98 07:54:52 +Karnaugh.AmiCAD
  323.      424     245 42.2% 09-Aug-98 07:55:06 +Lupe.AmiCAD
  324.     1096     579 47.1% 26-Sep-99 08:54:02 +MapKey.AmiCAD
  325.      404     246 39.1% 03-Mar-98 08:44:40 +New.AmiCAD
  326.     1353     665 50.8% 23-May-99 08:46:16 +NewScript.AmiCAD
  327.     1351     643 52.4% 11-Oct-98 16:34:32 +Rotate.AmiCAD
  328.      934     536 42.6% 23-May-99 07:41:54 +RoundedBox.AmiCAD
  329.    10526    3457 67.1% 23-May-99 09:21:56 +SaveNets.AmiCAD
  330.      793     450 43.2% 09-Aug-98 08:00:34 +SavePalette.AmiCAD
  331.      806     488 39.4% 23-May-99 09:25:28 +SearchLib.AmiCAD
  332.     4206    1510 64.0% 23-May-99 09:29:54 +SelectNet.AmiCAD
  333.     1884     788 58.1% 23-May-99 09:33:08 +SelectParts.AmiCAD
  334.     1268     689 45.6% 23-May-99 09:35:08 +Simulation.AmiCAD
  335.      277     182 34.2% 23-May-99 09:35:54 +Startup.AmiCAD
  336.     8008    2307 71.1% 23-May-99 09:42:54 +TestNets.AmiCAD
  337.     1433     727 49.2% 23-May-99 07:46:46 +TextFrame.AmiCAD
  338.     4903    1876 61.7% 23-May-99 09:44:30 +TraceSpice.AmiCAD
  339.     2632    1009 61.6% 09-Aug-98 08:04:52 +TruthTable.AmiCAD
  340.      758     431 43.1% 11-Oct-98 16:33:24 +UnderLine.AmiCAD
  341.     1211     542 55.2% 23-May-99 08:44:42 +UPPERCASE.amiCAD
  342.      809     419 48.2% 23-May-99 07:54:30 +WriteChar.AmiCAD
  343.     5454    1271 76.6% 13-Jun-99 06:53:44 +Zoom.AmiCAD
  344.     1636     862 47.3% 13-Jun-99 06:36:34 +Barres.info
  345.    16868    6331 62.4% 09-Jun-99 08:54:06 +Barre 11x6
  346.     3851    1259 67.3% 27-Jun-99 06:21:32 +Barre 11x6.info
  347.    24804    9116 63.2% 14-Apr-99 10:46:12 +Barre horizontale
  348.    15050    5339 64.5% 13-Apr-99 20:32:54 +Barre horizontale 3
  349.     3834    1433 62.6% 13-Apr-99 21:22:58 +Barre horizontale 3.info
  350.    18938    5848 69.1% 13-Apr-99 20:33:30 +Barre horizontale large
  351.     3184    1299 59.2% 13-Apr-99 21:18:24 +Barre horizontale large.info
  352.     3883    1444 62.8% 03-Jun-99 21:22:28 +Barre horizontale.info
  353.    28408    8305 70.7% 14-Apr-99 10:46:44 +Barre verticale
  354.    16544    4831 70.7% 13-Apr-99 20:32:28 +Barre verticale 3
  355.     3753    1365 63.6% 13-Apr-99 20:36:54 +Barre verticale 3.info
  356.     3879    1437 62.9% 13-Apr-99 21:12:50 +Barre verticale.info
  357.     4928    1747 64.5% 27-Feb-99 22:48:14 +Symboles_AmiCAD
  358.     8962    3060 65.8% 13-Feb-99 15:50:26 +Symboles_AmiSpiceEd
  359.    19304    5619 70.8% 17-Feb-99 11:30:56 +Symboles_analogiques
  360.     4670    2325 50.2% 28-Sep-99 09:04:00 +Symboles_Circuits_spéciaux
  361.    52621   17000 67.6% 16-Mar-99 08:28:56 +Symboles_CMOS
  362.    23157    7228 68.7% 13-Feb-99 16:03:04 +Symboles_Compteurs_TTL
  363.    11362    2406 78.8% 13-Feb-99 15:50:58 +Symboles_diodes_transistors
  364.    17688    5898 66.6% 13-Feb-99 15:51:06 +Symboles_divers
  365.     6453    1503 76.7% 13-Feb-99 16:01:22 +Symboles_logiques
  366.     6362    1767 72.2% 13-Feb-99 15:51:12 +Symboles_logiques_US
  367.    10110    5367 46.9% 04-Jun-99 06:10:46 +Symboles_Micro
  368.     3431    1164 66.0% 27-Mar-99 08:40:56 +Symboles_pneumatiques
  369.   158586   47421 70.0% 11-May-99 21:51:02 +Symboles_TTL
  370.    11869    3462 70.8% 15-Jun-99 10:03:00 +Symboles_TTL_US
  371.     1660     697 58.0% 13-Feb-99 15:51:54 +Symboles_tubes_à_vide
  372.     5198    2187 57.9% 21-Mar-99 10:45:46 +Symboles_électriques
  373.    13010    4616 64.5% 29-Sep-99 15:21:06 +AmiCAD.cd
  374.    18051    6866 61.9% 29-May-99 22:28:22 +AmiCAD.deutsch.ct
  375.    12795    4489 64.9% 29-Sep-99 17:10:32 +AmiCAD.empty.ct
  376.    18728    7162 61.7% 29-Sep-99 15:22:06 +AmiCAD.français.ct
  377.    17955    6618 63.1% 22-May-99 13:14:46 +AmiCAD.italiano.ct
  378.    11973    4567 61.8% 26-May-99 20:58:10 +AmiCAD.slovensko.ct
  379.    14379    5938 58.7% 31-May-98 22:07:04 +AmiCAD.ÃeÓtina.ct
  380.     9156    3829 58.1% 01-Jun-99 20:38:10 +AmiCAD.catalog
  381.      842     435 48.3% 01-Jun-99 21:10:50 +Symboles_AmiCAD.catalog
  382.     1184     531 55.1% 01-Jun-99 21:03:42 +Symboles_électriques.catalog
  383.     8836    3707 58.0% 19-Oct-98 17:08:56 +AmiCAD.catalog
  384.      832     432 48.0% 20-Apr-98 21:14:54 +Symboles_AmiCAD.catalog
  385.     9512    3973 58.2% 29-Sep-99 15:22:16 +AmiCAD.catalog
  386.     9062    3756 58.5% 01-Jun-99 20:38:54 +AmiCAD.catalog
  387.      788     402 48.9% 26-Apr-98 08:55:52 +Symboles_AmiCAD.catalog
  388.     9188    3920 57.3% 01-Jun-99 20:37:48 +AmiCAD.catalog
  389.      860     453 47.3% 07-May-98 22:06:22 +Symboles_AmiCAD.catalog
  390.     1159     416 64.1% 01-Jun-99 21:10:24 +Symboles_AmiCAD.cd
  391.     1672     637 61.9% 01-Jun-99 21:09:36 +Symboles_AmiCAD.english.ct
  392.     1595     670 57.9% 23-Apr-98 07:42:30 +Symboles_AmiCAD.italiano.ct
  393.     1703     850 50.0% 29-May-98 21:32:52 +Symboles_AmiCAD.ÃeÓtina.ct
  394.     2446     829 66.1% 01-Jun-99 20:58:24 +Symboles_électriq.english.ct
  395.     2346     850 63.7% 23-Apr-98 07:44:34 +Symboles_électriq.italiano.ct
  396.     2421    1023 57.7% 31-May-98 22:18:32 +Symboles_électriq.ÃeÓtina.ct
  397.     1783     543 69.5% 01-Jun-99 21:03:40 +Symboles_électriques.cd
  398.     7644    3320 56.5% 31-May-98 22:24:06 +AmiCAD.catalog
  399.      840     467 44.4% 27-May-98 23:55:56 +Symboles_AmiCAD.catalog
  400.      157      70 55.4% 16-Jan-99 11:27:00 +2DIL14
  401.      177      74 58.1% 16-Jan-99 11:29:30 +2DIL16
  402.       97      57 41.2% 16-Jan-99 11:33:00 +2DIL8
  403.       37      37  0.0% 16-Jan-99 11:33:24 +2R4
  404.      212     130 38.6% 16-Jan-99 10:37:50 +Additionneur
  405.      305     158 48.1% 16-Jan-99 10:38:16 +Afficheur 7 segments
  406.      439     274 37.5% 08-Feb-99 15:49:46 +Afficheur LCD 3½
  407.       91      64 29.6% 16-Jan-99 10:38:38 +Amplificateur
  408.      127      73 42.5% 16-Jan-99 10:38:44 +Astable
  409.       91      64 29.6% 16-Jan-99 10:40:58 +Comparateur
  410.      156      83 46.7% 08-Feb-99 15:49:46 +Contacteur triphasé
  411.      140      98 30.0% 16-Jan-99 10:44:16 +Etape
  412.      180     112 37.7% 16-Jan-99 10:44:26 +Etape initiale
  413.       37      37  0.0% 08-Feb-99 15:49:48 +Front montant
  414.      124      82 33.8% 16-Jan-99 10:45:24 +Monostable
  415.      184     136 26.0% 08-Feb-99 15:49:48 +Moteur triphasé
  416.      223      42 81.1% 16-Jan-99 10:46:06 +Moteur triphasé Triangle
  417.      920     390 57.6% 16-Jan-99 11:46:22 +PIC16C54
  418.      800     348 56.5% 16-Jan-99 10:46:14 +PIC16C54_DIP
  419.      878     379 56.8% 16-Jan-99 10:46:22 +PIC16C54_SSOP
  420.      838     358 57.2% 08-Aug-98 21:21:20 +PIC16C56_DIP
  421.      907     388 57.2% 16-Jan-99 10:46:42 +PIC16C56_SSOP
  422.      218      46 78.8% 16-Jan-99 10:47:04 +Relais thermique triphasé
  423.      414     220 46.8% 16-Jan-99 11:47:12 +RX-MOD
  424.      168     105 37.5% 08-Feb-99 15:49:48 +Sectionneur triphasé
  425.      174     121 30.4% 16-Jan-99 10:47:50 +Soustracteur
  426.      180      96 46.6% 16-Jan-99 10:47:58 +Transformateur simple
  427.       60      60  0.0% 16-Jan-99 10:48:04 +Transition
  428.      379     202 46.7% 16-Jan-99 11:48:14 +TX-MOD
  429.      185      75 59.4% 08-Aug-98 21:22:02 +2DIL14
  430.      209      78 62.6% 08-Aug-98 21:22:02 +2DIL16
  431.      113      61 46.0% 08-Aug-98 21:22:02 +2DIL8
  432.       41      41  0.0% 08-Aug-98 21:22:02 +2R4
  433.      158      86 45.5% 24-May-98 08:51:28 +3 phase Contactor
  434.      206     144 30.0% 24-May-98 08:52:08 +3 phase Motor
  435.      239     158 33.8% 24-May-98 08:52:08 +3 phase Motor Triangle
  436.      160     104 35.0% 24-May-98 08:52:08 +3 phase Sectionneur
  437.      238     131 44.9% 24-May-98 08:52:08 +3 phase thermic relay
  438.      343     165 51.8% 25-Feb-98 11:25:26 +7 segments display
  439.      205     138 32.6% 26-Dec-97 12:34:32 +Adder
  440.      194     134 30.9% 26-Dec-97 12:34:38 +AddInverter
  441.      105      66 37.1% 25-Feb-98 19:29:46 +Amplifier
  442.      149      77 48.3% 25-Feb-98 19:29:32 +Astable
  443.      105      67 36.1% 25-Feb-98 19:29:52 +Comparator
  444.      517     278 46.2% 01-Jun-98 14:34:02 +LCD display 3½
  445.      142      87 38.7% 25-Feb-98 19:29:58 +Monostable
  446.      687     341 50.3% 29-Mar-98 07:22:04 +PIC16C54_DIP
  447.      751     369 50.8% 29-Mar-98 07:22:04 +PIC16C54_SSOP
  448.      687     341 50.3% 29-Mar-98 07:22:04 +PIC16C56_DIP
  449.      751     369 50.8% 29-Mar-98 07:22:04 +PIC16C56_SSOP
  450.      444     226 49.0% 08-Aug-98 21:22:08 +RX-MOD
  451.      206     105 49.0% 31-May-98 10:31:34 +Transformer
  452.      407     207 49.1% 08-Aug-98 21:22:08 +TX-MOD
  453.     1197     556 53.5% 13-Jun-99 06:36:34 +Docs.info
  454.     1197     551 53.9% 05-Jun-98 09:55:40 +English.info
  455.   194057   61332 68.3% 29-Sep-99 16:55:34 +AmiCAD.guide
  456.     1823     668 63.3% 05-Jun-98 10:30:20 +AmiCAD.guide.info
  457.     1197     556 53.5% 05-Jun-98 09:55:40 +Français.info
  458.   257311   77730 69.7% 29-Sep-99 16:56:54 +AmiCAD.guide
  459.     1858    1375 25.9% 05-Jun-98 10:30:14 +AmiCAD.guide.info
  460.    11945    2315 80.6% 29-Sep-99 16:23:04 +Install English
  461.     1900    1128 40.6% 13-Jun-99 06:36:34 +Install English.info
  462.    11833    2193 81.4% 29-Sep-99 16:20:58 +Installation français
  463.     1838    1080 41.2% 13-Jun-99 06:36:34 +Installation français.info
  464.     2267    1057 53.3% 13-Jun-99 07:01:56 +prefs.english
  465.     1197     554 53.7% 13-Jun-99 06:36:34 +Schémas.info
  466.      858     469 45.3% 06-Jun-99 21:00:58 +Amplificateur pour simulation
  467.     1946    1087 44.1% 06-Jun-99 21:01:28 +Caractéristique diode 1N4148
  468.     4471    1886 57.8% 06-Jun-99 21:02:22 +Démarrage étoile-triangle
  469.     2138    1031 51.7% 06-Jun-99 21:02:40 +Fonctionnel Equilibreuse
  470.     1197     554 53.7% 31-May-98 22:49:28 +G.Maddox.info
  471.     6457    3072 52.4% 06-Jun-99 21:05:16 +100W_Linear_Amp
  472.     6460    2953 54.2% 06-Jun-99 21:05:44 +6w_Stereo_Amp
  473.     4546    1990 56.2% 06-Jun-99 21:06:12 +Capacitance_Meter
  474.     2820    1364 51.6% 13-Jun-99 07:01:10 +MS100-PA
  475.     1722     934 45.7% 13-Jun-99 07:01:26 +MS100-PS
  476.     3458    1710 50.5% 13-Jun-99 07:01:42 +MS100-TC
  477.     2249    1141 49.2% 13-Jun-99 07:02:16 +Practise_Amp
  478.     4556    1974 56.6% 13-Jun-99 07:02:40 +Rhythm_Box
  479.     1682     919 45.3% 13-Jun-99 07:02:56 +Transistor_Tester
  480.     2346    1281 45.3% 06-Jun-99 21:02:58 +Grafcet Capsulage bouteilles
  481.     3789    1765 53.4% 06-Jun-99 21:03:20 +Karaoké
  482.      392     285 27.2% 06-Jun-99 21:00:32 +Logo
  483.     2034     918 54.8% 06-Jun-99 21:03:44 +RF_Amp
  484.     1197     563 52.9% 31-May-98 22:49:28 +S.VEYRIN-FORRER.info
  485.     5100    2030 60.1% 26-Apr-98 10:22:22 +Renard0.txt
  486.      822     461 43.9% 13-Jun-99 07:10:18 +Renard1OpAmp
  487.     2073    1021 50.7% 13-Jun-99 07:10:32 +Renard2Pos
  488.     2293    1113 51.4% 13-Jun-99 07:10:48 +Renard3NegNoErr
  489.     1800     915 49.1% 13-Jun-99 07:11:02 +Renard4NegError
  490.     1759     872 50.4% 13-Jun-99 07:11:16 +Renard5Application
  491.     2529    1182 53.2% 13-Jun-99 07:11:34 +Renard6Bipolar
  492.     3720    1498 59.7% 06-Jun-99 21:04:08 +Symboles analogiques
  493.     2043    1050 48.6% 06-Jun-99 21:04:26 +Testeur de batterie
  494.     4224    2630 37.7% 23-Nov-98 18:51:48 +SearchLib
  495. -------- ------- ----- --------- --------
  496.  1732590  636165 63.2% 14-Oct-99 21:18:34   246 files
  497.